@charset "utf-8";

/* CSS Document */



body, div, span, ul, li, h1, h2, h3, h4, h5, h6, p, input, dl, dt, dd, p {

	margin: 0;

	padding: 0;

	border: 0;

}

body {

	overflow-x: hidden;

}

td, th {

	padding: 0;

	margin: 0;

}

table {

	border-spacing: 0;

	border-collapse: collapse;

}

* {

	padding: 0;

	margin: 0; /*box-sizing: border-box;*/

}

body, table, td, tr, th, input, select {

	font: 14px/25px Arial, Helvetica, sans-serif;

	color: #333;

	font-family: 'Microsoft YaHei', Helvetica;

}

li {

	list-style: none;

}

img {

	padding: 0;

	margin: 0;

	border: 0;

	height: auto!important;

	max-width: 100%!important;

	image-rendering: -webkit-optimize-contrast;

}

.clear {

	clear: both;

	visibility: hidden;

}

a {

	color: #666;

	text-decoration: none

}

a:hover {

	color: #57391f;

}

.fl {

	float: left;

}

.fr {

	float: right;

}

i, cite, em {

	font-style: normal

}

input, button, select, textarea {

	font-family: inherit;

	font-size: inherit;

	line-height: inherit;

	outline: none

}

h1 {

	font-size: 34px;

	line-height: 45px;

}

h2 {

	font-size: 24px;

	line-height: 36px;

}

h3 {

	font-size: 20px;

}

h4 {

	font-size: 18px;

}

h5 {

	font-size: 20px;

}

h6 {

	font-size: 15px;

}

/*********************/



.skinw {

	width: 100%;

	max-width: 1300px;

	margin: 0 auto;

}

.wrapper {

	width: 100%;

	max-width: 1300px;

	margin: 0 auto;

}

.container {

	margin: auto;

	width: 100%;

	max-width: 1200px;

	padding: 40px 0;

	overflow: hidden;

}

 @media (max-width:1299px) {

.skinw {

	width: 95%;

}

.container {

	width: 95%;

	margin: 0 auto;

	overflow: hidden;

}

}

/*NY-BANNEE*/

.nyban {

	display: block;

	padding-top: 120px;

	overflow: hidden;

}

.nyban img {

	width: 100%;

	display: block;

}

@media (max-width: 1024px) {

.nyban {

	padding-top: 60px;

}

}

.swiper-container img {

	display: block;

	width: 100%!important;

	image-rendering: pixelated;

}

/*Header*/

.header {

	width: 100%;

	height: 110px;

	background: #FFF;

	border-bottom: 1px solid #f0f0f0;

	transition: background 1s;

	-moz-transition: background 1s;

	-webkit-transition: background 1s;

	-o-transition: background 1s;

	box-shadow: 0 0 6px rgba(0,0,0,.2);

}

.top-mid {

	overflow: hidden;

}

.logo {

	float: left;

	margin-top: 10px;

}

.logo img {

	display: block;

}

.Navbar-nav {

	display: block;

	padding: 0;

	float: right;

}

.Navbar-nav li {

	float: left;

	padding: 0 35px;

	font-size: 16px;

	line-height: 110px;

	position: relative;

}

.Navbar-nav li a {

	color: #111;

	text-shadow: none;

	position: relative;

	display: block;

}

.Navbar-nav li a.navbg:before {

	content: '';

	display: block;

	width: 100%;

	height: 3px;

	background: #e4d079;

	position: absolute;

	left: 0;

	bottom: 0;

	border-radius: 10px 10px 0 0;

	transform: scaleX(0);

	transition: ease .65s;

}

.Navbar-nav li:hover a.navbg:before {

	transform: scaleX(1);

}

.Navbar-nav li:hover a.navbg {

	color: #e4d079;

	transition: ease .65s;

}

.Navbar-nav li .subnav {

	background: #fff;

	border-top: 2px solid #e4d079;

	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);

	height: auto;

	left: 0;

	overflow: hidden;

	position: absolute;

	top: 100%;

	width: 100%;

	z-index: 199;

}

.Navbar-nav li .subnav {

    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);

	opacity: 0;

	visibility: hidden;

	transition: all .6s ease 0s;

	transform: translate3d(0, 10px, 0);

	-moz-transform: translate3d(0, 10px, 0);

	-webkit-transform: translate3d(0, 10px, 0);

}

.Navbar-nav li:hover .subnav {

	opacity: 1;

	visibility: visible;

	transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-webkit-transform: translate3d(0, 0, 0);

}

.Navbar-nav li .subnav a {

	text-align: center;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	border-radius: 0;

	color: #666;

	display: block;

	font-size: 13px;

	line-height: 25px;

	padding: 10px 3px;

	transition: all 0.2s ease-in-out 0s;

	width: 100%;

	border-bottom: 1px solid #eee;

	background: #fff;

	box-sizing: border-box;

}

.Navbar-nav li .subnav a:hover {

	color: #e4d079;

	background: #e4d079;

}

.Navbar-nav li .current {

	color: #e4d079;

}

 @media (max-width: 1650px) {

.Navbar-nav li {

	padding: 0 28px;

}

}

@media (max-width: 1210px) {

.Navbar-nav li {

	padding: 0 20px;

}

}

@media (max-width: 1114px) {

.Navbar-nav li {

	padding: 0 12px;

}

}

.HBanner img {

	display: block;

	width: 100%!important;

	image-rendering: pixelated;

}

.swiper-button-next, .swiper-button-prev {

	display: none;

}

/*------------手机站导航开始----------*/

.hidden-g {

	display: none;

}

.hidden-g {

	position: relative;

}

.hidden-g .h-nav-g {

	position: fixed;

	left: 0;

	top: 0;

	z-index: 1000;

	width: 100%;

	height: 60px;

	background: #fff;

	transition: 300ms;

	-webkit-transition: 300ms;

}

.hidden-g .h-nav-g img {

	max-height: 96%;

	margin-left: 15px;

}

.hidden-g .h-nav-g .btn_i {

	display: block;

	position: absolute;

	right: 15px;

	top: 50%;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

}

.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {

	display: block;

	content: '';

	width: 24px;

	height: 2px;

	background: #e4d079;

	border-radius: 4px;

	margin: 6px 0;

}

.hidden-g .h-nav-g .btn_i_click small {

	opacity: 0;

}

.hidden-g .h-nav-g .btn_i_click:before {

	transform: rotateZ(45deg);

	transform-origin: 0px 6px;

}

.hidden-g .h-nav-g .btn_i_click:after {

	transform: rotateZ(-45deg);

	transform-origin: 5px -1px;

}

.hidden-g .ul-small {

	background: #e4d079;

	width: 220px;

	height: 100%;

	position: fixed;

	right: 0;

	top: 0;

	z-index: 100;

	-webkit-transition: 300ms;

	-webkit-transform: translateX(220px);

	transform: translateX(220px);

	transition: 300ms;

}

.hidden-g .ul-small input {

	width: 160px;

	line-height: 40px;

	background: #fff;

	border: 0;

	border-radius: 20px;

	margin: 20px 30px 0 30px;

	text-indent: 10px;

}

.hidden-g .ul-small ul {

	margin-top: 20px;

}

.hidden-g .ul-small ul li a {

	color: #fff;

	padding-left: 30px;

	padding-right: 30px;

	line-height: 50px;

	display: block;

}

.hidden-g .translate {

	-webkit-transform: translateX(-220px);

	transform: translateX(-220px);

}

.hidden-g .translate2 {

	-webkit-transform: translateX(0);

	transform: translateX(0);

}

 @media (max-width: 1024px) {

.header {

	display: none;

}

.hidden-g {

	display: block;

}

.swiper-button-next, .swiper-button-prev {

	height: 0;

}

.HBanner {

	padding-top: 60px;

}

}

/*底部*/

.footer {

	overflow: hidden;

	color: #fff;

	background: url(../images/foot_bg.jpg) ;

	background-size: cover

}

.fnav {

	width: 25%;

	overflow: hidden;

	margin-top: 60px;

	float: left;

}

.fnav h3 {

	height: 45px;

	line-height: 45px;

	color: #ffffff;

	box-sizing: border-box;

	font-size: 18px;

	margin-bottom: 20px;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.fnav ul li {

	display: block;

	color: #fff;

	float: left;

	line-height: 30px;

	width: 50%;

	margin-bottom: 15px;

}

.fnav ul li a {

	display: block;

	/*opacity: 0.76;*/

	font-size: 14px;

	color: #fff;

	padding-right: 15px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.fcon {

	width: 37%;

	overflow: hidden;

	margin-top: 60px;

	float: left;

	/*padding: 0 10%;*/

	padding-left:14%;

	padding-right:6%;

}

.fcon h3 {

	height: 45px;

	line-height: 45px;

	color: #ffffff;

	box-sizing: border-box;

	font-size: 18px;

	margin-bottom: 20px;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.fcon li {

	margin-bottom: 10px;

	/*opacity: 0.76;*/

	font-size: 14px;

	width: 100%;

	float: left;

	word-wrap: break-word;

}

.fcon li em{

	font-size: 25px;

	color:#fff;

	/*font-family:'Helvetica Neue, Helvetica, sans-serif';*/

	font-weight:800;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.fcon li b {

	font-weight: normal;

	font-size: 14px;

	display: block;

	line-height: 30px;

}

.fcode {

	width: 18%;

	overflow: hidden;

	margin-top: 60px;

	float: left;

}

.fcode h3 {

	height: 45px;

	line-height: 45px;

	color: #ffffff;

	box-sizing: border-box;

	font-size: 18px;

	margin-bottom: 20px;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.fcode p {

	max-width: 144px;

	margin-bottom: 18px;

	overflow: hidden;

}

.fcode p em {

	max-width: 130px;

	display: block;

	padding: 6px;

	border: 1px solid #dcd0d6;

	border-radius: 0.3rem;

}

.fcode img {

	display: block;

	width: 100%;

}

.fcode p span {

	display: block;

	margin-top: 10px;

	color: #ffffff;

	line-height: 16px;

	text-align: center;

}

.copyright {

	margin-top: 50px;

	border-top: 1px solid #fff;

	line-height: 30px;

	color: #fffefe;

	/*padding: 20px 0;*/

	opacity: 0.76;

	text-align: center;

}

.copyright a {

	color: #FFFFFF;

}

.copyright a:hover {

	color: #da251c;

}

.copyright em {

	padding: 0 10px;

}

 @media only screen and (max-width:1399px) {

.footer .skinw {

	width: 95%;

	margin: auto;

}

}

@media only screen and (max-width:767px) {

.fnav, .fcon, .fcode {

	width: 100%;

	padding: 0;

}

}

